xcFrame Property Help Version 1
xcFrame Main Menu | |
Worldwide Productions Inc. |
|
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the color of the frame background. |
Example: | object.xcBackColor = RGB(0,0,0) |
Data Type: | Picture Object |
Description: | Return or Set the picture that will be visible in the frame controls background. |
Example: | object.xcBackPicture = a valid picture file. Remarks A valid picture file can be any of the following file formats.
|
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the highlight color of the bevel. |
Example: | object.xcBevelHighLigh = RGB(255,255,255) |
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the shadow of the bevel. |
Example: | object.xcBevelShadow = RGB(0,0,0) |
Data Type: | Single |
Description: | Return or Set the shape parameter of the bevel. The default value of 0.5 gives the bevel a rounded look. A lower value moves the highlight of the bevel toward the outer edges. A higher value moves the highlight of the bevel toward the inner edges. |
Example: | object.xcBevelShape = 0.5 |
Data Type: | Integer |
Description: | Return or Set the number of steps that the bevel will take to produce a shading effect. The property and xcBevelShape work hand-in-hand to produce many different types of bevel looks. |
Example: | object.xcBevelSteps = 25 |
Data Type: | Integer |
Description: | Return or Set whether the bevel is an inner bevel or an outer bevel. With an inner bevel, the background is set towards the screen. With an outer bevel, the background is set away from the screen. |
Example: | object.xcBevelType = 0 - Inner |
Data Type: | Integer |
Description: | Return or Set the thickness of the bevels frame in pixels. |
Example: | object.xcBevelWidth = 10 |